home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 26 / q26.d81 / t.dt128 docs 2 < prev    next >
Text File  |  2022-08-28  |  18KB  |  456 lines

  1.  
  2.  
  3. Phone Directory
  4. ---------------
  5.  
  6. HELP - If the phone help module is in memory this key calls up a help
  7. window.  See "phone help" for further information.
  8.  
  9. F1 - Edits the highlighted entry.  There are 3 pages in the directory for
  10. each entry.  You can abort the edit at any time by pressing the ESCape key.
  11. For the name and number fields, type alphanumeric characters and press
  12. RETURN when done.  If you press RETURN on a blank line the previous
  13. information is returned.  To set the other parameters press any key to
  14. toggle through the possible settings for each, then press RETURN to move to
  15. the next field/page.  For the logon macro, enter the macro and press RETURN
  16. for C/G macros, ENTER for ASCII to end macro input.  The terminal type for
  17. the current entry determines which type of input is used.
  18.  
  19.      All editable functions take affect only AFTER a connection is
  20. established.
  21.  
  22. F2 - Clears the current entry to default values.
  23.  
  24. F3 - Toggle dial status.  You can select several numbers to be dialed.
  25. Each number is dialed in top-to-bottom order.  If you connect with more
  26. than one number selected (dial is set to "yes" on page 1) "Redial Mode" is
  27. activated (the "R" indicator in Terminal Mode will be lit).  After the
  28. connection is broken and you are in Terminal Mode the system will
  29. automatically return to the phone directory and restart its dialing queue
  30. sequence.  You can cancel redial mode with Alt-R in terminal mode or by
  31. pressing run/stop within about 2 seconds after a lost carrier.
  32.  
  33. F4 - This command will cycle through the possible dialing mode
  34. combinations.  You can tone or pulse dial, with defeat call waiting on or
  35. off, and with or without interpreting modem call progress response
  36. strings.
  37.  
  38.      When an "*" appears after the dialing mode defeat call waiting is
  39. active.  The defeat string can be set in the configuration module option in
  40. "Display Parameters."  The system default is "*70," (the comma causes a 2
  41. second delay in dialing to allow the dial tone to settle).
  42.  
  43.      When an "*" appears after the carrier timer, call progress strings are
  44. interpreted.  The exception is for the "no carrier" and "no dial tone"
  45. strings which are always interpreted.  The interpretations are done as
  46. follows:
  47.  
  48.  Modem response code  Action take by DT128
  49.  -------------------  --------------------
  50.   no carrier &        aborts wait for carrier regardless of carrier
  51.   no dial tone        counter, then continues the dialing sequence.
  52.  
  53.   busy & voice        hangs up, then continues with the dialing
  54.                       sequence.  If the carrier delay time is 255 these
  55.                       response codes are ignored.  This is useful if
  56.                       your modem has auto-redial capabilities.
  57.  
  58.   ringing             the carrier counter resets to its initial value
  59.                       each time the modem responds with this string.
  60.  
  61. F5 - Change phone directory page.  There are 3 pages in the phone
  62. directory.  Press F5 to see each page.  Try it to see what happens.
  63.  
  64. F6 - Set dial delays.  "Carrier" determines how long to wait for a carrier
  65. after the number is dialed.  "Redial" determines how long to wait before
  66. restarting the dialing sequence.  The carrier delay can be paused by
  67. pressing the shift key.
  68.  
  69. F7 - Load Directory allows you to load a previously saved phone directory.
  70.  
  71. F8 - Save Directory allows you to save the current directory.  Your primary
  72. directory should be saved with the name "dir" as  DT128 will automatically
  73. load this directory each time you boot the program.
  74.  
  75. RETURN - dials the numbers selected by pressing F3 (Dial status is yes).
  76. If no numbers were selected by F3 then only the highlighted entry will be
  77. dialed.
  78.  
  79. Helpful hints:
  80.  
  81.      If after a number is dialed you hear a busy signal and you don't want
  82. to wait the full delay time, press any key.  To abort the entire dialing
  83. process press run/stop until it is recognized.
  84.  
  85.      If the line is ringing but you know the connection will not be
  86. established before the carrier delay reaches zero, press and hold the SHIFT
  87. key to pause the delay.
  88.  
  89.      If defeat call waiting is activated ('*' next to dial mode) the call
  90. waiting string is automatically dialed before each number.  Set the call
  91. waiting string to the number you use to defeat call waiting.  This is found
  92. in the configuration module in "Display Parameters."
  93.  
  94.  
  95. Auto-Logon Macros:
  96. ------------------
  97.  
  98. By setting up a logon macro for each entry, you can make the logon process
  99. a breeze.  In order for the logon macro to work, the "LOGON" status on page
  100. 2 of the directory must be "Yes."  All commands start with an exclamation
  101. point.  Commands supported are:
  102.  
  103. !>xxx
  104.  
  105.     Enter the code xxx (0-255).  In C/G mode control characters cannot be
  106. entered directly.  To compensate for this use this command.
  107.  
  108.     Example: To use a CTRL-G chr$(7) from a C/G macro
  109.  
  110.     !>007 The first 3 digits after the ">" are interpreted as the code.
  111. You can abbreviate the command by entering fewer than 3 digits. !>7 is
  112. perfectly fine, but only if the character after the code is not a number.
  113. !>7a would be interpreted as a CTRL-G [CHR$(7)] followed by a lower case
  114. "a".  Let's say you want to transmit a CTRL-G followed by an "8."  !>78 is
  115. not correct.  This command would be interpreted as a chr$(78).  The correct
  116. command is !>0078.  You must force the code to be 3 digits, in this case
  117. "007".  Characters that follow are interpreted normally.  This command is
  118. not needed for ASCII macros where all characters can be entered directly.
  119.  
  120. !!
  121.     Since an exclamation point starts each command, the only way to
  122. transmit one in a macro is to put two together.  This is the command to
  123. send an exclamation point.
  124.  
  125. !a
  126.     Opens the capture buffer to "all."
  127.  
  128. !c
  129.     Closes the capture buffer.
  130.  
  131. !d
  132.     Dumps the capture buffer to disk, but only after carrier is lost.  The
  133. buffer is saved "as is" (true Ascii) with the name given in the phone
  134. directory.  Try this command to see how it works.  The "L" indicator on the
  135. terminal mode status line will change to "D" after the macro has ended if a
  136. !d command was interpreted.  This means that a buffer save to disk is
  137. pending at logoff.  If you use this command make sure you have a disk in
  138. the default drive.
  139.  
  140. !gxx
  141.     Goto position xx within the macro.  This command allows unconditional
  142. "looping.
  143.  
  144.   Example: !g10abcdefghijklmno
  145.                      ^
  146.                      !g10 "goes" to position 10.
  147.  
  148.     The first character position is zero.  If you goto a position outside
  149. of the macro (!g99 for example) the macro stops.
  150.  
  151. !k
  152.     Clear ("kill") the capture buffer.
  153.  
  154. !m
  155.     Dumps the capture buffer to the modem.
  156.  
  157. !o
  158.     Opens the capture buffer (text only)
  159.  
  160. !px
  161.     Pause x seconds
  162.  
  163. !x
  164.     Exit the macro
  165.  
  166. !s/../cc
  167.  
  168.     This command allows you to wait for a string, then perform some
  169. function.  This is useful for entering a password.
  170.  
  171.     Examples: !s/Password? /mypassword
  172.  
  173.     This command will wait for the string "Password? " and then send the
  174. string "mypassword".  The character following the "s" or "i" is used as a
  175. delimiter and it can be ANY character.  The "s" command requires two
  176. matching delimiters, the "i" command requires 4 matching delimiters.  Any
  177. syntax errors encountered within the macro will stop the macro.
  178.  
  179. NOTE:  In the following text, [RET] is used to denote pressing RETURN.
  180.  
  181.     To see how this works, type F1 in phone directory and press RETURN
  182. until you get to the logon macro (page 3).  Type in the example below, but
  183. press RETURN where you see [RET].  You'll see an inversed lower case "m"
  184. with a bar over it.  That's right, control characters, ANY character can be
  185. entered directly.  If the code you want can't be generated by a key press,
  186. press CONTROL-ENTER.  Then enter the code 0-255 and press RETURN.  Try it
  187. to see how it works.  (See the input section for editing details).  If the
  188. terminal type for the current entry is C/G, then use the back arrow to
  189. represent a "return", and use the !> command to enter control codes
  190. (instead of CONTROL-ENTER).  This is for C/G only!!  For ASCII input enter
  191. codes directly.  Ascii inputs have a dashed input line.
  192.  
  193.     An example of a macro might be:
  194.  
  195.   !s/Username:/David Jansen[RET]!s/Password:/mypassword[RET]
  196.   ^
  197.  
  198.     Th